Mark Shipment as Shipped
Marks a Shipment in the āpackedā status as shipped, specified by its id path parameter.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
The id of the referenced Shipment.
x >= 1Body
Primary tracking number for the shipment.
"987654321"
Description of the primary tracking number.
"FedEx Ground"
Alternate tracking number for the shipment.
"123456789"
Description of the alternate tracking number.
"FedEx Alternate"
Courier code for the manifest.
"FEDEX"
Response
OK - The operation completed successfully and there is no response body.